Skip to content

Conversation

samrose
Copy link
Collaborator

@samrose samrose commented Sep 18, 2025

changelog file will appear in release assets (downloadable artifacts on the release page). An example of changelog output attached to this PR
CHANGELOG.md

example for convenience https://gist.github.com/samrose/4f97b8e7d6a64cf25221734fcb6f93ab

@samrose samrose requested review from a team as code owners September 18, 2025 18:27
  1. Version check (.github/workflows/ami-release-nix.yml:110-120): After grabbing the release version, it checks if it matches the pattern
  ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]{3}(-orioledb)?$ and sets is_release output
  2. Generate Changelog (.github/workflows/ami-release-nix.yml:122-125): Only runs if is_release == 'true', uses --unreleased flag to generate changelog for commits
  since the last tag
  3. Commit and push (.github/workflows/ami-release-nix.yml:127-136): Commits the CHANGELOG.md to the repo and captures the new commit SHA
  4. Create release (.github/workflows/ami-release-nix.yml:189-195): Uses the changelog commit SHA as the target for releases, or falls back to the original SHA for
  non-release builds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants